home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / anim / a019.dms / a019.adf / showANIM.DOC < prev    next >
Text File  |  1988-01-19  |  2KB  |  51 lines

  1. The VideoScape program disk contains the Aegis/Sparta 
  2. ShowANIM program.  ShowANIM, which may be freely 
  3. distributed, will play ANIM's created with any product that 
  4. supports the ANIM format.  PlayANIM may not be distributed.
  5.  
  6. ShowANIM is designed so that you can create self-booting 
  7. demo disks.  It uses a single command line (CLI) argument.  
  8. You can edit the startup-sequence in the s directory of a 
  9. Workbench disk to automatically play an animation that you 
  10. have created.  This could be used for the startup of a program or 
  11. disk-based magazine.
  12.  
  13. Note:  ANIM's created in VideoScape Version 1.10 will only 
  14. run on ShowANIM version 4.0 (or greater).  The current 
  15. version of PlayANIM does not support these yet. 
  16.  
  17. ShowANIM provides the following options for playback:
  18.  
  19. -L# - Non-continuous loop play, where # is the number of times 
  20. to play.  If you don't enter a number, the ANIM will run 1000 
  21. times.
  22.  
  23. -C# - Continuous loop play, where # is the number of times to 
  24. play.  If you don't enter a number, the ANIM will run 1000 
  25. times.  
  26.  
  27. Note:  Your ANIM must contain a two-frame overlap in order to 
  28. run continuously.  In other words, the first two frames must be 
  29. the same as the last two frames.  This applies even if the action 
  30. depicted in the ANIM does not complete a cycle; otherwise, 
  31. you'll see some clutter on the screen.  
  32.  
  33. +# - Timing between frames in jiffies, where # is the number of 
  34. jiffies.  A jiffy is 1/60 of a second; therefore, divide 60 by the 
  35. number you entered to find out how many frames will play per 
  36. second.  For example, +6 is 10 frames per second and +2 is 30 
  37. frames per second, which is a good rate for video work.
  38.  
  39. To run ShowANIM:
  40.  
  41. -At the CLI prompt, type ShowANIM, space, the desired 
  42. option, and the filename.  For example, if you wanted to run in a 
  43. continous loop an ANIM named MyANIM, which was on a disk 
  44. in df1:, you would enter:  
  45.  
  46. ShowANIM -C DF1:MyANIM.
  47.  
  48. -Use CTRL-C to abort the ANIM.
  49.  
  50.